GET api/SocialSecurity/CheckSocialStatus?XingMing={XingMing}&CARD_ID={CARD_ID}&PolicyName={PolicyName}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
XingMing | No documentation available. |
Define this parameter in the request URI. |
CARD_ID | No documentation available. |
Define this parameter in the request URI. |
PolicyName | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "Status": true, "Message": "sample string 2" }
application/xml, text/xml
Sample:
<CheckStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FunWorkAPI.Models"> <Message>sample string 2</Message> <Status>true</Status> </CheckStatus>